home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for p3polymid.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_POLYMIDGADGET_H = 1;
- include("real/primgad/p3polygon.js")
-
-
- var R3CLID_POLYMIDPROPGADGET = 1664;
-
-
-
-
- // Description: for internal mapchanges
-
- R3POLYMIDGDM_SETAPEX = 1664000;
-
- function mR3POLYMIDGDM_SETAPEX() {
- DoA(this.r3obj, 1664000, 0, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Polymidpropgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_POLYMIDPROPGADGET, arguments);
- }
- // Methods
- this.SETAPEX=mR3POLYMIDGDM_SETAPEX;
-
- }
-
- r3Polymidpropgadget.prototype=new r3Polygonpropgadget;
- // p3polymid.h_H